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(