Remove pytest-pypi from pyproject.toml

This commit is contained in:
Oz Tiram
2022-12-28 15:47:40 +01:00
parent 3a2e708001
commit 1c8b7f9814
-2
View File
@@ -22,7 +22,6 @@ exclude = '''
| pipenv/vendor
| pipenv/patched
| tests/pypi
| tests/pytest-pypi
| tests/test_artifacts
| get-pipenv.py
| pyproject.toml
@@ -66,7 +65,6 @@ norecursedirs = [
"tasks",
"docs",
"tests/test_artifacts",
"tests/pytest-pypi",
"tests/pypi",
"peeps",
]