delete accidental dup test

This commit is contained in:
jerempy
2022-10-05 10:54:46 -04:00
parent 5bf9f1baac
commit 3171333449
-9
View File
@@ -390,15 +390,6 @@ def test_create_pipfile_requires_python_full_version(pipenv_instance_pypi):
}
@pytest.mark.basic
@pytest.mark.install
def test_create_pipfile_requires_python_full_version(pipenv_instance_pypi):
with pipenv_instance_pypi(chdir=True) as p:
c = p.pipenv("--python 3.10.7")
assert c.returncode == 0
assert p.pipfile["requires"] == {'python__full_version': '3.10.7'}
@pytest.mark.basic
@pytest.mark.install
def test_install_non_exist_dep(pipenv_instance_pypi):