-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With pytest v4, we would need to rewrite our entire test suite, as fixtures can’t be function anymore. See also e.g. pytest-dev/pytest#3950 For now therefore limiting pytest versions to <4.0
- Loading branch information
1 parent
ef2757a
commit bfc4169
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,5 @@ dependencies: | |
- dask | ||
- cftime | ||
- pip: | ||
- pytest>=2.7.0 | ||
- pytest<4.0 | ||
- nbval |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,5 @@ dependencies: | |
- dask | ||
- cftime | ||
- pip: | ||
- pytest>=2.7.0 | ||
- pytest<4.0 | ||
- nbval |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,5 @@ dependencies: | |
- dask | ||
- cftime | ||
- pip: | ||
- pytest>=2.7.0 | ||
- pytest<4.0 | ||
- nbval |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,5 @@ dependencies: | |
- cftime | ||
- dask | ||
- pip: | ||
- pytest>=2.7.0 | ||
- pytest<4.0 | ||
- nbval |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,5 @@ dependencies: | |
- dask | ||
- cftime | ||
- pip: | ||
- pytest>=2.7.0 | ||
- pytest<4.0 | ||
- nbval |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,5 @@ dependencies: | |
- cftime | ||
- ipykernel<5.0 | ||
- pip: | ||
- pytest>=2.7.0 | ||
- pytest<4.0 | ||
- nbval |