From 9200fe16350ed13042024aa1da9de9bf271844b5 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Tue, 5 Jul 2022 23:55:39 -0400 Subject: [PATCH] Reenable these tests again on the Windows CI. (#5163) * reenable these skipped tests on the Windows CI as they appear to be passing again. --- .github/workflows/ci.yaml | 1 + news/5064.bugfix.rst | 1 + tests/integration/test_install_uri.py | 3 --- 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 news/5064.bugfix.rst diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4566a3af..48fcfaca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,6 +8,7 @@ concurrency: on: push: paths-ignore: + - "news/**" - "examples/**" - "peeps/**" - "*.ini" diff --git a/news/5064.bugfix.rst b/news/5064.bugfix.rst new file mode 100644 index 00000000..1bb22cab --- /dev/null +++ b/news/5064.bugfix.rst @@ -0,0 +1 @@ +Re-enabled three installs tests again on the Windows CI as recent refactor work has fixed them. diff --git a/tests/integration/test_install_uri.py b/tests/integration/test_install_uri.py index 666ad64c..f21da0f4 100644 --- a/tests/integration/test_install_uri.py +++ b/tests/integration/test_install_uri.py @@ -126,7 +126,6 @@ def test_local_vcs_urls_work(PipenvInstance, tmpdir): @pytest.mark.urls @pytest.mark.install @pytest.mark.needs_internet -@pytest.mark.skip_windows # FIXME: https://github.com/pypa/pipenv/issues/5064 def test_editable_vcs_install(PipenvInstance_NoPyPI): with PipenvInstance_NoPyPI(chdir=True) as p: c = p.pipenv( @@ -147,7 +146,6 @@ def test_editable_vcs_install(PipenvInstance_NoPyPI): @pytest.mark.urls @pytest.mark.install @pytest.mark.needs_internet -@pytest.mark.skip_windows # FIXME: https://github.com/pypa/pipenv/issues/5064 def test_install_editable_git_tag(PipenvInstance_NoPyPI): # This uses the real PyPI since we need Internet to access the Git # dependency anyway. @@ -242,7 +240,6 @@ def test_install_local_vcs_not_in_lockfile(PipenvInstance): @pytest.mark.urls @pytest.mark.install @pytest.mark.needs_internet -@pytest.mark.skip_windows # FIXME: https://github.com/pypa/pipenv/issues/5064 def test_get_vcs_refs(PipenvInstance_NoPyPI): with PipenvInstance_NoPyPI(chdir=True) as p: c = p.pipenv(