Skip to content

Commit 72ee679

Browse files
remove pytest cache files before running pytest
1 parent fbdc550 commit 72ee679

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/buildandtestpyaqsapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
env:
6464
AQSkey: ${{ secrets.AQSKEY }}
6565
AQSuser: ${{ secrets.AQSUSER }}
66-
run: python -m pytest
66+
run: python -m pytest --cache-clear

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,14 @@ build-backend = "setuptools.build_meta"
4040

4141
[tool.pytest.ini_options]
4242
minversion = "6.0"
43-
testpaths = ["tests"]
43+
testpaths = ["tests",
44+
"pyaqsapi/bybox/tests",
45+
"pyaqsapi/bycbsa/tests",
46+
"pyaqsapi/bycounty/tests",
47+
"pyaqsapi/byma/tests",
48+
"pyaqsapi/bypqao/tests",
49+
"pyaqsapi/bysite/tests",
50+
"pyaqsapi/bystate/tests"]
4451
pythonpath = ["pyaqsapi"]
4552
max-line-length = 85
4653
combine-as-imports = true

0 commit comments

Comments
 (0)