nixpkgs/pkgs/development/python-modules/psycopg
Sandro Jäckel 725885819e
python310Packages.psycopg: disable timing sensitive test
The failure was observed on WSL under high load.

psycopg> =================================== FAILURES ===================================
psycopg> _____________________________ test_ctrl_c_handler ______________________________
psycopg>         t0 = time.time()
psycopg>         proc = sp.Popen([sys.executable, "-s", "-c", script], creationflags=creationflags)
psycopg>         proc.communicate()
psycopg>         t = time.time() - t0
psycopg>         assert proc.returncode == 0
psycopg> >       assert 1 < t < 2
psycopg> E       assert 3.7456982135772705 < 2
psycopg>
psycopg> tests/test_concurrency.py:293: AssertionError
2023-06-16 21:11:34 +02:00
..
ctypes.patch
default.nix