remove tox run from deploy-chatmail and use 'cmdeploy fmt' and 'pytest' directly

This commit is contained in:
holger krekel
2023-12-11 13:51:45 +01:00
parent 071d708a89
commit 56c7853e5b
4 changed files with 62 additions and 31 deletions

View File

@@ -6,8 +6,6 @@ import subprocess
import imaplib
import smtplib
import itertools
from email.parser import BytesParser
from email import policy
from pathlib import Path
import pytest