Skip to content

Commit

Permalink
requiring pytest 2.5.1 to match trusty package
Browse files Browse the repository at this point in the history
  • Loading branch information
asmodehn committed May 31, 2017
1 parent 8717f1a commit 96c96c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<depend version_gte="1.5.2">python-six</depend>
<depend version_gte="2.9.1">marshmallow</depend>
<!-- we depend on these here just because we embed tests inside the package -->
<depend version_gte="2.8.0">python-pytest</depend> <!-- version based on hypothesis requirements but trusty only has 2.5.1, which seems to work anyway... -->
<depend version_gte="2.5.1">python-pytest</depend> <!-- hypothesis requirements say 2.8.0 but trusty only has 2.5.1, which seems to work anyway... -->
<depend version_gte="3.0.1">hypothesis</depend> <!-- backport as rospackage for indigo and jade, but system package from xenial -->

<build_depend version_gte="0.10.0">roslint</build_depend>
Expand Down

0 comments on commit 96c96c4

Please sign in to comment.