public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/lz4/files/
@ 2020-09-21 21:48 Conrad Kostecki
  0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2020-09-21 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a203aaed618ee2eec381ce53fb08e2e8fbfadd89
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Sep 15 18:08:47 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 21:48:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a203aaed

dev-python/lz4: remove unused file

Closes: https://github.com/gentoo/gentoo/pull/17554
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-python/lz4/files/test.py | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/dev-python/lz4/files/test.py b/dev-python/lz4/files/test.py
deleted file mode 100644
index 9469a03da32..00000000000
--- a/dev-python/lz4/files/test.py
+++ /dev/null
@@ -1,16 +0,0 @@
-import lz4
-import sys
-
-
-import unittest
-import os
-
-class TestLZ4(unittest.TestCase):
-
-    def test_random(self):
-      DATA = os.urandom(128 * 1024)  # Read 128kb
-      self.assertEqual(DATA, lz4.loads(lz4.dumps(DATA)))
-
-if __name__ == '__main__':
-    unittest.main()
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-21 21:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-21 21:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/lz4/files/ Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox