Skip to content

Commit

Permalink
update minimum pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored and mkolopanis committed Oct 22, 2024
1 parent f1aa583 commit afd1e39
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ telescope object from the metadata.
- `UVData.get_enu_data_ants` method to get east, north, up positions only for
antennas with data.

### Changed
- Updated minimum optional dependency versions: pytest>=8.2.0

### Fixed
- A bug in the MWA beam reader that resulted in the wrong polarization response
(the azimuthal-aligned response was swapped with the zenith angle-aligned response).
Expand Down
2 changes: 1 addition & 1 deletion ci/pyuvdata_min_deps_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- scipy>=1.8
- setuptools_scm>=8.1
- coverage
- pytest>=6.2.5
- pytest>=8.2.0
- pytest-cases>=3.8.3
- pytest-cov
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion ci/pyuvdata_min_versions_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pyyaml==5.4.1
- scipy==1.8.*
- coverage
- pytest==6.2.5
- pytest==8.2.0
- pytest-cases==3.8.3
- pytest-cov
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion ci/pyuvdata_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pyyaml>=5.4.1
- scipy>=1.8
- coverage
- pytest>=6.2.5
- pytest>=8.2.0
- pytest-cases>=3.8.3
- pytest-cov
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion ci/pyuvdata_tests_mac_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pyyaml>=5.4.1
- scipy>=1.8
- coverage
- pytest>=6.2.5
- pytest>=8.2.0
- pytest-cases>=3.8.3
- pytest-cov
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion ci/pyuvdata_tests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pyyaml>=5.4.1
- scipy>=1.8
- coverage
- pytest>=6.2.5
- pytest>=8.2.0
- pytest-cases>=3.8.3
- pytest-cov
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion ci/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage
packaging
pytest>=6.2.5
pytest>=8.2.0
pytest-cov
pytest-cases>=3.8.3
pytest-xdist
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- pre-commit
- pyerfa>=2.0.1.1
- pypandoc
- pytest>=6.2.5
- pytest>=8.2.0
- pytest-cases>=3.8.3
- pytest-cov
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lunar = ["lunarsky>=0.2.4"]
novas = ["novas", "novas_de405"]
all = ["pyuvdata[astroquery,casa,hdf5_compression,healpix,lunar,novas]"]
test = [
"pytest>=6.2.5",
"pytest>=8.2.0",
"pytest-xdist",
"pytest-cases>=3.8.3",
"pytest-cov",
Expand Down

0 comments on commit afd1e39

Please sign in to comment.