hypothesis: rename before introducing v3

This commit is contained in:
Damien Cassou 2016-03-13 08:19:04 +01:00
parent 8291ea61b0
commit 64633c2fff

View File

@ -2061,7 +2061,7 @@ in modules // {
sha256 = "1j4f51dxic39mdwf6alj7gd769wy6mhk916v031wjali51xkh3xb";
};
buildInputs = with self; [ hypothesis sqlite3 ];
buildInputs = with self; [ hypothesis1 sqlite3 ];
propagatedBuildInputs = with self; [ chardet ];
@ -3577,7 +3577,7 @@ in modules // {
};
buildInputs = [ pkgs.openssl self.pretend self.cryptography_vectors
self.iso8601 self.pyasn1 self.pytest self.py self.hypothesis ]
self.iso8601 self.pyasn1 self.pytest self.py self.hypothesis1 ]
++ optional stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.Security;
propagatedBuildInputs = with self; [ six idna ipaddress pyasn1 cffi pyasn1-modules modules.sqlite3 ]
++ optional (pythonOlder "3.4") self.enum34;
@ -6456,7 +6456,7 @@ in modules // {
buildInputs = with self;
[
hypothesis
hypothesis1
pytestcov
pytestflakes
pytestpep8
@ -10025,7 +10025,7 @@ in modules // {
};
};
hypothesis = buildPythonPackage rec {
hypothesis1 = buildPythonPackage rec {
name = "hypothesis-1.14.0";
buildInputs = with self; [fake_factory django numpy pytz flake8 pytest ];
@ -17034,7 +17034,7 @@ in modules // {
sha256 = "0jgyhkkq36wn36rymn4jiyqh2vdslmradq4a2mjkxfbk2cz6wpi5";
};
buildInputs = with self; [ six pytest hypothesis ] ++ optional (!isPy3k) modules.sqlite3;
buildInputs = with self; [ six pytest hypothesis1 ] ++ optional (!isPy3k) modules.sqlite3;
checkPhase = ''
py.test