Rework python-pipenv-dependencies-caching test

This commit is contained in:
Vladimir Safonkin 2022-04-03 19:19:14 +02:00
parent 9c644ca2ab
commit fba2147f0f
3 changed files with 80 additions and 246 deletions

13
__tests__/data/Pipfile Normal file
View file

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "1.22.3"
pandas = "1.4.2"
[dev-packages]
[requires]
python_version = "*"