mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Remove another dead test.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Remove tests that have been for a while been marked skipped and are no longer relevant.
|
||||
@@ -115,21 +115,6 @@ setup(
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.e
|
||||
@pytest.mark.local
|
||||
@pytest.mark.install
|
||||
def test_e_dot(PipenvInstance, pip_src_dir):
|
||||
with PipenvInstance() as p:
|
||||
path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
c = p.pipenv(f"install -e '{path}' --dev")
|
||||
|
||||
assert c.returncode == 0
|
||||
|
||||
key = [k for k in p.pipfile["dev-packages"].keys()][0]
|
||||
assert "path" in p.pipfile["dev-packages"][key]
|
||||
assert "requests" in p.lockfile["develop"]
|
||||
|
||||
|
||||
@pytest.mark.install
|
||||
@pytest.mark.multiprocessing
|
||||
@flaky
|
||||
|
||||
Reference in New Issue
Block a user