Skip to content

Commit

Permalink
Remove pytest flake8 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 30, 2024
1 parent ecd4ad8 commit 309b6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: pipenv install .[testing]

- name: Run base test suite
run: pipenv run NUMBA_NRT_STATS=1 py.test --flake8 -s -vvv africanus/
run: pipenv run NUMBA_NRT_STATS=1 py.test -s -vvv africanus/

- name: List the measures directory
run: curl ftp://ftp.astron.nl/outgoing/Measures/ > measures_dir.txt
Expand Down
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@
"astropy": ["astropy >= 4.0"],
"python-casacore": ["python-casacore >= 3.4.0, != 3.5.0"],
"ducc0": ["ducc0 >= 0.9.0"],
"testing": [
"pytest",
"flaky",
"pytest-flake8 >= 1.0.6",
"flake8 >= 4.0.0, < 5.0.0",
],
"testing": ["pytest", "flaky"],
}

with open(str(Path("africanus", "install", "extras_require.py")), "w") as f:
Expand Down

0 comments on commit 309b6c3

Please sign in to comment.