Skip to content

Commit 35fad32

Browse files
committed
Ensure "pytest-remotedata>=0.3.1" to resolve error
Errors: > remote_data = item.get_marker('remote_data') E AttributeError: 'Function' object has no attribute 'get_marker' REF: - https://stackoverflow.com/questions/54254337/pytest-attributeerror-function-object-has-no-attribute-get-marker - pytest-dev/pytest#4608 - pytest-dev/pytest-cov#252 modified: environment.yml
1 parent 4ece7ae commit 35fad32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies:
2323
- emcee>=2.1.0
2424
- numpy=1.18.4
2525
- numpydoc>=0.6.0
26+
- pytest-remotedata>=0.3.1
2627
- pywavelets>=0.4.0
2728
- sncosmo==1.7.1
2829
- nose>=1.3.7

0 commit comments

Comments
 (0)