7 cucumber-tag-expressions,
17 buildPythonPackage rec {
22 disabled = pythonOlder "3.8";
24 src = fetchFromGitHub {
25 owner = "darrenburns";
27 rev = "refs/tags/release%2F${version}";
28 hash = "sha256-4dEMEEPySezgw3dIcYMl56HrhyaYlql9JvtamOn7Y8g=";
31 build-system = [ poetry-core ];
38 cucumber-tag-expressions
44 # Fixture is missing. Looks like an issue with the import of the sample file
47 pythonImportsCheck = [ "ward" ];
50 description = "Test framework for Python";
51 homepage = "https://github.com/darrenburns/ward";
52 changelog = "https://github.com/darrenburns/ward/releases/tag/release%2F${version}";
53 license = licenses.mit;
54 maintainers = with maintainers; [ fab ];
56 # Old requirements (cucumber-tag-expressions and rich)
57 # https://github.com/darrenburns/ward/issues/380
58 broken = versionAtLeast rich.version "13.0.0";