1 { lib, buildPythonPackage, fetchPypi, nose }:
3 buildPythonPackage rec {
4 pname = "doctest-ignore-unicode";
10 sha256 = "1m9aa4qnyj21lbq4sbvmv1vcz7zksss4rz37ddf2hxv4hk8b547w";
13 propagatedBuildInputs = [ nose ];
16 description = "Add flag to ignore unicode literal prefixes in doctests";
17 license = with licenses; [ asl20 ];
18 homepage = "https://github.com/gnublade/doctest-ignore-unicode";