about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/tests.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Revert "Fix venv creation in Python environments"Sandro Jäckel1-73/+18
2024-04-10cpython: disable failing passthru tests on darwinMartin Weinelt1-2/+6
2024-03-21Fix venv creation in Python environmentsColin Putney1-18/+71
2024-01-09pythonInterpreters.pypy39_prebuilt: fix `tests` eval (#278950)Sergei Trofimovich1-1/+7
2023-09-25python27: disable tests that expect Python 3+Thiago Kenji Okada1-6/+5
2023-08-19python.tests.tkinter: initDoron Behar1-0/+4
2023-02-12python3.tests.nixenv-virtualenv: Fix on darwinMartin Weinelt1-1/+2
2023-02-11python3.tests.condaExamplePackage: Exclude on non-linuxMartin Weinelt1-1/+1
2022-08-06pythonPackagesExtensions: override all Python package sets at onceFrederik Rietdijk1-0/+12
2021-12-18python2.tests.nixenv-virtualenv: fix testFrederik Rietdijk1-1/+9
2021-08-19python3.tests: add cpython-gdb testRobert Scott1-6/+12
2021-05-28buildPythonPackage: add support for condaDavHau1-1/+34
2021-02-19python.tests: test overriding functionsFrederik Rietdijk1-2/+20
2021-02-13python.tests: add some comments to the testsFrederik Rietdijk1-0/+10
2021-01-23pkgs/development/interpreters: stdenv.lib -> libBen Siraphob1-1/+1
2020-11-23python.tests: not when cross-compilingFrederik Rietdijk1-2/+3
2020-08-30python.tests: don't mix the two types of testsFrederik Rietdijk1-70/+75
2020-05-24Python: fix virtualenv with Python 2Frederik Rietdijk1-3/+1
2020-05-24Python tests: fix use of is_virtualenvFrederik Rietdijk1-3/+3
2020-05-23python.tests: also test virtualenvFrederik Rietdijk1-0/+18
2020-04-25Python integration tests: disable for older python 3 versionsFrederik Rietdijk1-1/+1
2020-04-25Python tests: test venv from a nix env with Python 3.8Frederik Rietdijk1-8/+9
2020-03-14Python: Add integration test verifying NIX_PYTHONPATH with Mypyadisbladis1-1/+10
2020-03-14Python Add test for NIX_PYTHONPREFIXadisbladis1-0/+1
2020-03-14Python: introduce tests for interpretersFrederik Rietdijk1-0/+63