summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-04 14:09:57 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-04 14:32:28 +0100
commita705dca58f5aebc65beb95ae5cf38b0cf27dbde5 (patch)
tree0a72de2eb6eb8751cae8f2bac099dd219c8cfcdd /pkgs/tools/misc
parent39739a47b07f1216fcd2dcf1d206285734aca760 (diff)
downloadnixpkgs-a705dca58f5aebc65beb95ae5cf38b0cf27dbde5.tar
nixpkgs-a705dca58f5aebc65beb95ae5cf38b0cf27dbde5.tar.gz
nixpkgs-a705dca58f5aebc65beb95ae5cf38b0cf27dbde5.tar.bz2
nixpkgs-a705dca58f5aebc65beb95ae5cf38b0cf27dbde5.tar.lz
nixpkgs-a705dca58f5aebc65beb95ae5cf38b0cf27dbde5.tar.xz
nixpkgs-a705dca58f5aebc65beb95ae5cf38b0cf27dbde5.tar.zst
nixpkgs-a705dca58f5aebc65beb95ae5cf38b0cf27dbde5.zip
python3Packages.twisted: disable failing tests on aarch64-darwin
They all fail for the same reason:

```
[ERROR]
Traceback (most recent call last):
  File "/nix/store/xz6krlmwsc15z96p7hgcvssmx848hvq0-python3.10-twisted-22.10.0/lib/python3.10/site-packages/twisted/internet/test/test_posixbase.py", line 55, in tearDown
    self.assertEqual(
  File "/nix/store/xz6krlmwsc15z96p7hgcvssmx848hvq0-python3.10-twisted-22.10.0/lib/python3.10/site-packages/twisted/trial/_synctest.py", line 441, in assertEqual
    super().assertEqual(first, second, msg)
  File "/nix/store/70c1n7i4c90dn4iys0myy30yfxmlsza7-python3-3.10.8/lib/python3.10/unittest/case.py", line 845, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/nix/store/70c1n7i4c90dn4iys0myy30yfxmlsza7-python3-3.10.8/lib/python3.10/unittest/case.py", line 838, in _baseAssertEqual
    raise self.failureException(msg)
twisted.trial.unittest.FailTest: 3 != 0 : Warnings found at the end of the test:
[{'message': 'unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False>', 'category': <class 'ResourceWarning'>, 'filename': '/nix/store/70c1n7i4c90dn4iys0myy30yfxmlsza7-python3-3.10.8/lib/python3.10/asyncio/base_events.py', 'lineno': 688}, {'message': 'unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False>', 'category': <class 'ResourceWarning'>, 'filename': '/nix/store/70c1n7i4c90dn4iys0myy30yfxmlsza7-python3-3.10.8/lib/python3.10/asyncio/base_events.py', 'lineno': 688}, {'message': 'unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False>', 'category': <class 'ResourceWarning'>, 'filename': '/nix/store/70c1n7i4c90dn4iys0myy30yfxmlsza7-python3-3.10.8/lib/python3.10/asyncio/base_events.py', 'lineno': 688}]

twisted.internet.test.test_posixbase.PosixReactorBaseTests.test_removeAllSkipsInternalReaders
```
Diffstat (limited to 'pkgs/tools/misc')
0 files changed, 0 insertions, 0 deletions