mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
delete accidental dup test
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user