Skip to content

Commit

Permalink
Rebase cleanup w/ yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
kartographer committed Mar 22, 2024
1 parent 65e3c5e commit 1ecfe10
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/pyuvdata_min_deps_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- numpy>=1.21
- pyerfa>=2.0
- coverage
- pytest>=6.2.5,<8.0
- pytest>=6.2.5
- 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.7
- coverage
- pytest>=6.2.5,<8.0
- pytest>=6.2.5
- 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.7
- coverage
- pytest>=6.2.5,<8.0
- pytest>=6.2.5
- pytest-cases>=3.8.3
- pytest-cov
- pytest-xdist
Expand Down
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
- pypandoc
- pytest>=6.2.5,<8.0
- pytest>=6.2.5
- pytest-cases>=3.8.3
- pytest-cov
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def is_platform_windows():
+ novas_reqs
)
test_reqs = all_optional_reqs + [
"pytest>=6.2.5, <8.0",
"pytest>=6.2.5",
"pytest-xdist",
"pytest-cases>=3.8.3",
"pytest-cov",
Expand Down

0 comments on commit 1ecfe10

Please sign in to comment.