Commit ed548ce2 by Sébastien Eustace

Fix tests

parent aaa0da9a
......@@ -313,7 +313,7 @@ def test_run_with_optional_and_python_restricted_dependencies(installer, locker,
package.add_dependency('A', {'version': '~1.0', 'optional': True})
package.add_dependency('B', {'version': '^1.0', 'python': '~2.4'})
package.add_dependency('C', {'version': '^1.0', 'python': '~2.7 || ^3.6'})
package.add_dependency('C', {'version': '^1.0', 'python': '~2.7 || ^3.4'})
installer.run()
expected = fixture('with-optional-dependencies')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment