Skip to content

Commit

Permalink
fix test (try windows 3.8 again)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 24, 2024
1 parent 870226d commit 16c1346
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
@pytest.mark.parametrize("cmd_option", ["", "--dev"])
@pytest.mark.basic
@pytest.mark.update
@pytest.mark.skipif(
"os.name == 'nt' and sys.version_info[:2] == (3, 8)",
reason="Seems to work on 3.8 but not via the CI",
)
def test_update_outdated_with_outdated_package(pipenv_instance_private_pypi, cmd_option):
with pipenv_instance_private_pypi() as p:
package_name = "six"
Expand Down

0 comments on commit 16c1346

Please sign in to comment.