summaryrefslogtreecommitdiff
path: root/tests/test_venv.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: @contract is completely goneNed Batchelder2022-12-291-1/+1
* test: remove obsolete skipsNed Batchelder2022-12-241-7/+0
* build: use pyproject.toml to comply with pep517Ned Batchelder2022-09-131-1/+1
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-9/+9
* build: Build and test tweaks to help with cross-compilationSteve Dower2022-04-301-4/+3
* test: bpo 46028 only is a problem under very specific circumstancesNed Batchelder2022-01-271-1/+6
* test: bpo46028 was fixed in 3.11 this weekNed Batchelder2022-01-221-1/+1
* refactor(test): use xfail for tests that fail on specific versions of PythonNed Batchelder2022-01-191-1/+1
* test: virtualenv tests are still broken on 3.11.0a4 (bpo 46028)Ned Batchelder2022-01-151-1/+1
* style(test): use a consistent name format for test_bug_XXX testsNed Batchelder2022-01-101-1/+1
* test(build): skip virtualenv tests on 3.11.0a3 (bpo 46028)Ned Batchelder2022-01-021-0/+2
* debug: see the output from run_in_venvNed Batchelder2021-11-211-0/+2
* perf(test): run pip just once, shaves 1.2s off the fixtureNed Batchelder2021-10-311-8/+9
* test: use the coverage-command fixture throughout the venv testsNed Batchelder2021-10-311-4/+4
* fix: don't warn about already imported files for namespace packages #888Ned Batchelder2021-10-311-2/+52
* refactor(test): the virtualenv tests deserve their own fileNed Batchelder2021-10-311-0/+276