Skip to content

Commit

Permalink
Merge pull request #165 from drdavella/fix-pinned-pytest
Browse files Browse the repository at this point in the history
Fix pinned pytest version in default_install_requires
  • Loading branch information
Craig Jones committed Jan 22, 2018
2 parents ade1ff2 + 9807a5b commit aafe045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
package_info['package_data'][PACKAGENAME].extend(c_files)

# I'm not sure whether it makes sense to duplicate this here or not
default_install_requires = 'astropy asdf pytest==3.1'
default_install_requires = 'astropy asdf pytest>=3.1'
install_requires = metadata.get(
'install_requires', default_install_requires).strip().split()

Expand Down

0 comments on commit aafe045

Please sign in to comment.