18 buildPythonPackage rec {
20 version = "2024.10.09";
23 disabled = pythonOlder "3.8";
25 src = fetchFromGitHub {
28 rev = "refs/tags/${version}";
29 hash = "sha256-GdNz34A8IKwPG/270sY5t3SoggGCZMWfDq/Wyhk0ez8=";
32 build-system = [ hatchling ];
41 ++ lib.optionals (pythonOlder "3.11") [
45 optional-dependencies = {
53 nativeCheckInputs = [ pytestCheckHook ] ++ lib.flatten (builtins.attrValues optional-dependencies);
56 export HOME=$(mktemp -d)
59 pythonImportsCheck = [ "nox" ];
62 # our conda is not available on 3.11
63 "test__create_venv_options"
69 # AttributeError: module 'tox.config' has...
70 "tests/test_tox_to_nox.py"
74 description = "Flexible test automation for Python";
75 homepage = "https://nox.thea.codes/";
76 changelog = "https://github.com/wntrblm/nox/blob/${version}/CHANGELOG.md";
77 license = licenses.asl20;
78 maintainers = with maintainers; [