index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-faker/remove-century-tests.patch | 4 |
diff --git a/community/python-faker/remove-century-tests.patch b/community/python-faker/remove-century-tests.patch index 5c944377..99418a42 100644 --- a/community/python-faker/remove-century-tests.patch +++ b/community/python-faker/remove-century-tests.patch @@ -1,5 +1,5 @@ ---- a/tests/providers/date_time.py 2017-08-30 14:27:30.361571816 +0200 -+++ b/tests/providers/date_time.py 2017-08-30 14:28:01.231669046 +0200 +--- a/tests/providers/test_date_time.py 2017-08-30 14:27:30.361571816 +0200 ++++ b/tests/providers/test_date_time.py 2017-08-30 14:28:01.231669046 +0200 @@ -162,9 +162,6 @@ return int(time.mktime(value.timetuple())) |