Skip to content

Commit

Permalink
Update tests/test_micropipenv.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lumír 'Frenzy' Balhar <[email protected]>
  • Loading branch information
fridex and frenzymadness authored Jul 20, 2020
1 parent c990ac3 commit f4884c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_micropipenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def test_install_pip_tools_editable(venv):
shutil.rmtree("micropipenv_editable_test.egg-info", ignore_errors=True)


@pytest.mark.skipif(PIP_VERSION.release >= (19, 3, 0), reason="Direct reference installation is supported in pip starting 19.3")
@pytest.mark.skipif(PIP_VERSION.release < (19, 3, 0), reason="Direct reference installation is supported in pip starting 19.3")
def test_install_pip_tools_direct_reference(venv):
"""Test installation of a direct reference.
Expand Down

0 comments on commit f4884c0

Please sign in to comment.