mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
15149f0091
* Remove forcing CI code path to use nt shell code path and remove outdated comment * Add news fragment
8 lines
109 B
Python
8 lines
109 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture()
|
|
def project():
|
|
from pipenv.project import Project
|
|
return Project()
|