Files
pipenv/tests/conftest.py
T
Matt Davis 15149f0091 Remove forcing CI code path to use nt shell code path (#6072)
* Remove forcing CI code path to use nt shell code path and remove outdated comment

* Add news fragment
2024-01-31 21:40:52 -05:00

8 lines
109 B
Python

import pytest
@pytest.fixture()
def project():
from pipenv.project import Project
return Project()