6 , cucumber-tag-expressions
16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
24 owner = "darrenburns";
26 rev = "refs/tags/release%2F${version}";
27 hash = "sha256-4dEMEEPySezgw3dIcYMl56HrhyaYlql9JvtamOn7Y8g=";
39 cucumber-tag-expressions
45 # Fixture is missing. Looks like an issue with the import of the sample file
48 pythonImportsCheck = [
53 description = "Test framework for Python";
54 homepage = "https://github.com/darrenburns/ward";
55 changelog = "https://github.com/darrenburns/ward/releases/tag/release%2F${version}";
56 license = licenses.mit;
57 maintainers = with maintainers; [ fab ];