mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
17 lines
435 B
Diff
17 lines
435 B
Diff
--- a/watchman/python/tests/tests.py
|
|
+++ b/watchman/python/tests/tests.py
|
|
@@ -28,13 +28,6 @@ from pywatchman import (
|
|
)
|
|
|
|
|
|
-if os.path.basename(bser.__file__) == "pybser.py":
|
|
- raise Exception(
|
|
- "bser module resolved to pybser! Something is broken in your build. __file__={!r}, sys.path={!r}".format(
|
|
- bser.__file__, sys.path
|
|
- )
|
|
- )
|
|
-
|
|
PILE_OF_POO = "\U0001F4A9"
|
|
NON_UTF8_STRING = b"\xff\xff\xff"
|
|
|