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/vendor
| pipenv/patched | pipenv/patched
| tests/pypi | tests/pypi
| tests/pytest-pypi
| tests/test_artifacts | tests/test_artifacts
| get-pipenv.py | get-pipenv.py
| pyproject.toml | pyproject.toml
@@ -66,7 +65,6 @@ norecursedirs = [
"tasks", "tasks",
"docs", "docs",
"tests/test_artifacts", "tests/test_artifacts",
"tests/pytest-pypi",
"tests/pypi", "tests/pypi",
"peeps", "peeps",
] ]