Mark tests requiring network access

This commit is contained in:
Lonami Exo
2023-09-01 14:09:53 +02:00
parent f69e309b0b
commit cc65ee473e
4 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
isort . --profile black --gitignore
black . --extend-exclude "tl/(abcs|functions|types)/\w+.py"
mypy --strict .
pytest .
pytest . -m "not net"