coconut: 1.6.0 → 2.1.0

This commit is contained in:
Fabián Heredia Montiel
2022-10-27 17:03:17 -05:00
parent 432e5e65a9
commit 865fdea411

View File

@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "coconut";
version = "1.6.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "evhub";
repo = "coconut";
rev = "v${version}";
sha256 = "/397YGV6QWWmKfqr5hSvqRoPOu7Hx1Pak6rVPR3etzw=";
sha256 = "sha256-TkMwOE/Jug1zKjR1048o/Jmn8o9/oQPNqzwXYakwpgs=";
};
propagatedBuildInputs = [ cpyparsing ipykernel mypy pygments prompt-toolkit watchdog ];
@@ -29,7 +29,7 @@ buildPythonPackage rec {
# Currently most tests have performance issues
pytestFlagsArray = [
"tests/constants_test.py"
"coconut/tests/constants_test.py"
];
pythonImportsCheck = [ "coconut" ];