Commit Graph

13 Commits

Author SHA1 Message Date
Benoit Pierre dc868755d5 drop support for Python 3.4 2019-11-15 22:13:35 +01:00
Benoit Pierre d694f54455 tests: fix `test_pip_upgrade_from_source` on Python 3.4
Do not test pip's master on 3.4, as support for it has been dropped.
2019-07-23 11:29:21 +02:00
Paul Ganssle b224605a8c
Automatically skip tests that require network 2019-02-23 11:38:50 -06:00
Benoit Pierre 82db4c6219 tests: improve `test_pip_upgrade_from_source`
Parametrize the test to check different versions of pip
(including master) are correctly supported.
2019-02-22 19:39:27 -06:00
Jason R. Coombs 5cd8698753 Feed the hobgoblins (delint). 2019-01-26 20:34:00 -05:00
Benoit Pierre 9f547fe6a3 add a test to catch unvendored dependencies 2018-11-13 10:33:35 +01:00
Nikolaus Waxweiler 98056a680f Remove pytest marker and code for Python < 2.7 2018-10-27 07:34:45 -04:00
Jason R. Coombs e4da2275b5 Skip tests in test_virtualenv if the prefix is broken on that virtualenv. Ref #1284. 2018-03-05 17:01:48 -05:00
Jason R. Coombs cfb0d71afd Feed the hobgoblins (delint). 2018-02-04 17:55:15 -05:00
Benoit Pierre 6cffeac651 fix `test_pip_upgrade_from_source` test on Python 2.6 2017-09-13 21:56:45 +02:00
Benoit Pierre 75e88f63cc fix `test` command handling of `extras_require`
Also install platform specific requirements in `extras_require`.
2017-07-26 20:37:58 +02:00
Benoit Pierre 7c2df64c85 fix possible error when finalizing `install_requires` 2017-07-15 06:37:00 +02:00
Benoit Pierre 95386da92e tests: rework clean install test
Use pytest-virtualenv so the test can be run no Windows too.
2017-07-15 06:36:32 +02:00