Skip to content

Commit

Permalink
installation: upgrade pytest-reana
Browse files Browse the repository at this point in the history
* pytest-reana 0.7.1 depends on the latest REANA-DB 0.7.3
  which fixes an installation problem caused by
  kvesteri/sqlalchemy-utils#505.
  • Loading branch information
Diego Rodriguez committed Mar 17, 2021
1 parent f5a6c6d commit 05e71dd
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 @@ -19,7 +19,7 @@
history = open("CHANGES.rst").read()

tests_require = [
"pytest-reana>=0.7.0a2,<0.8.0",
"pytest-reana>=0.7.1,<0.8.0",
"pathlib>=1.0.1,<1.1.0",
]

Expand Down

0 comments on commit 05e71dd

Please sign in to comment.