tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.drf-spectacular: 0.22.1 -> 0.24.2
Sandro Jäckel
3 years ago
b22aa806
b7fddb65
+7
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
drf-spectacular
default.nix
+7
-2
pkgs/development/python-modules/drf-spectacular/default.nix
···
28
29
buildPythonPackage rec {
30
pname = "drf-spectacular";
31
-
version = "0.22.1";
32
33
src = fetchFromGitHub {
34
owner = "tfranzel";
35
repo = "drf-spectacular";
36
rev = version;
37
-
sha256 = "sha256-SgzyIzgFBXsNHfY2OfCq0LhJyi/ZCOSA8QveKNduIBc=";
38
};
39
40
propagatedBuildInputs = [
···
64
psycopg2
65
pytest-django
66
pytestCheckHook
0
0
0
0
0
67
];
68
69
pythonImportsCheck = [ "drf_spectacular" ];
···
28
29
buildPythonPackage rec {
30
pname = "drf-spectacular";
31
+
version = "0.24.2";
32
33
src = fetchFromGitHub {
34
owner = "tfranzel";
35
repo = "drf-spectacular";
36
rev = version;
37
+
sha256 = "sha256-WE+iOD3OjDByisHI9GgvjUUSpvOz+IYi/3Y8AmR7Eps=";
38
};
39
40
propagatedBuildInputs = [
···
64
psycopg2
65
pytest-django
66
pytestCheckHook
67
+
];
68
+
69
+
disabledTests = [
70
+
# requires django with gdal
71
+
"test_rest_framework_gis"
72
];
73
74
pythonImportsCheck = [ "drf_spectacular" ];