diff options
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/python-faker-fix-build-32bit.patch (renamed from gnu/packages/patches/python-fake-factory-fix-build-32bit.patch) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/patches/python-fake-factory-fix-build-32bit.patch b/gnu/packages/patches/python-faker-fix-build-32bit.patch index cb60896fad..466b289012 100644 --- a/gnu/packages/patches/python-fake-factory-fix-build-32bit.patch +++ b/gnu/packages/patches/python-faker-fix-build-32bit.patch @@ -2,10 +2,10 @@ These tests fail on 32-bit due to an overflow. Upstream bug URL: https://github.com/joke2k/faker/issues/408 -diff --git a/faker/tests/__init__.py b/faker/tests/__init__.py +diff --git a/tests/__init__.py b/tests/__init__.py index 6026772..58b6b83 100644 ---- a/faker/tests/__init__.py -+++ b/faker/tests/__init__.py +--- a/tests/__init__.py ++++ b/tests/__init__.py @@ -384,7 +384,6 @@ class FactoryTestCase(unittest.TestCase): provider = Provider # test century |