Commit 55968783 by Cere Blanco Committed by GitHub

tests: re-enable lock --no-update cases on windows

parent 9c085a58
import shutil import shutil
import sys
import pytest import pytest
...@@ -26,9 +25,6 @@ def poetry_with_old_lockfile(fixture_dir, source_dir): ...@@ -26,9 +25,6 @@ def poetry_with_old_lockfile(fixture_dir, source_dir):
return poetry return poetry
@pytest.mark.skipif(
sys.platform == "win32", reason="does not work on windows under ci environments"
)
def test_lock_no_update(command_tester_factory, poetry_with_old_lockfile, http): def test_lock_no_update(command_tester_factory, poetry_with_old_lockfile, http):
http.disable() http.disable()
......
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