summaryrefslogtreecommitdiff
path: root/app-i18n/transifex-client/files/transifex-client-0.14.2-r1-timestamp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/transifex-client/files/transifex-client-0.14.2-r1-timestamp.patch')
-rw-r--r--app-i18n/transifex-client/files/transifex-client-0.14.2-r1-timestamp.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-i18n/transifex-client/files/transifex-client-0.14.2-r1-timestamp.patch b/app-i18n/transifex-client/files/transifex-client-0.14.2-r1-timestamp.patch
deleted file mode 100644
index 0943621243c0..000000000000
--- a/app-i18n/transifex-client/files/transifex-client-0.14.2-r1-timestamp.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://github.com/transifex/transifex-client/pull/316
-https://bugs.gentoo.org/771660
-Fix tests on 32-bit systems
---- a/tests/test_project.py
-+++ b/tests/test_project.py
-@@ -717,8 +717,8 @@
- )
- self.assertEqual(res, True)
-
-- # "Recent" timestamp (in the future - 2100)
-- ts_mock.return_value = 4111417171
-+ # "Recent" timestamp (in the future - 2038)
-+ ts_mock.return_value = 2147483000
- res = self.p._should_download(
- 'pt', self.stats, os.path.abspath(__file__), False,
- use_git_timestamps=True