repo2docker/tests/pipfile/py36
Min RK 5f6d76764b
update test expectations in py35/py36 tests
`/usr/bin/env python` is no longer the kernel python
2023-02-15 15:24:16 +01:00
..
Pipfile extract pipfile: move tests 2019-05-12 15:08:40 +02:00
Pipfile.lock extract pipfile: move tests 2019-05-12 15:08:40 +02:00
README.rst extract pipfile: move tests 2019-05-12 15:08:40 +02:00
runtime.txt extract pipfile: move tests 2019-05-12 15:08:40 +02:00
verify update test expectations in py35/py36 tests 2023-02-15 15:24:16 +01:00

README.rst

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Python - Pipfile with python_version and runtime.txt
----------------------------------------------------

We are ignoring the runtime.txt if there is a Pipfile or Pipfile.lock available.
And since `python_version = "3.6"` in the Pipfile, the `python-3.7` in
runtime.txt should be ignored. Is it?