1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/data/src/pep518-3.0
Benoit Pierre 04874e24fd tests: improve PEP 518 tests
- avoid hitting the index: use `common_wheels`/`script.pip_install_local`
- use `script.pip(..., use_module=True)` to simplify some tests
- improve `test_pep518_uses_build_env` parametrization
- simplify `test_pep518_with_user_pip`: we only need to check build
  requirements can be installed, so no need for testing with both
  `install` and `wheel` command
- fix `test_pip_wheel_with_pep518_build_reqs_no_isolation`: building
  pep518-3.0 without isolation should fail if the build requirements
  are not installed.
2018-05-18 23:45:55 +02:00
..
MANIFEST.in Add source of sample distribution for tests 2017-04-01 19:29:47 +01:00
pep518.py tests: improve PEP 518 tests 2018-05-18 23:45:55 +02:00
pyproject.toml Install build requirements before calling setup.py (#4799) 2018-03-01 14:20:06 +05:30
setup.cfg tests: improve PEP 518 tests 2018-05-18 23:45:55 +02:00
setup.py tests: improve PEP 518 tests 2018-05-18 23:45:55 +02:00