mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
pythonPackages.django_hijack: 2.1.9 -> 2.1.10
This commit is contained in:
parent
4bddac6e67
commit
c9912dbf9d
@ -3,15 +3,14 @@
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "django-hijack";
|
||||
version = "2.1.9";
|
||||
name = pname + "-" + version;
|
||||
version = "2.1.10";
|
||||
|
||||
# the pypi packages don't include everything required for the tests
|
||||
src = fetchFromGitHub {
|
||||
owner = "arteria";
|
||||
repo = "django-hijack";
|
||||
rev = "v${version}";
|
||||
sha256 = "109xi93xj37ycdsvainybhg89pcb5sawv6w80px4r6fjvaq4732c";
|
||||
sha256 = "01fwkjdzvw0yx2spwi7zc1yy64ndq1y72bfmk7kxnq5x803m2ak6";
|
||||
};
|
||||
|
||||
checkInputs = [ django_nose ];
|
||||
@ -24,7 +23,7 @@ buildPythonPackage rec {
|
||||
# source directory
|
||||
mkdir testbase
|
||||
pushd testbase
|
||||
cp ../runtests.py .
|
||||
mv ../runtests.py .
|
||||
${python.interpreter} runtests.py hijack
|
||||
popd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user