You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks to the Debian Maintainer of intervaltree who submitted a patch we were able to adapt intervalltree-bio to the new interface of intervaltree. Unfortunately the test suite of intervaltree-bio is somehow inspecting also the quilt patch dir we are using in Debian for patches and is stumbling upon a file in the hidden directory .pc:
==================================== ERRORS ====================================
ERROR collecting .pc/offline-test-data.patch/tests/genomeintervaltree_test.py _
import file mismatch:
imported module "genomeintervaltree_test" has this __file__ attribute:
/tmp/autopkgtest-lxc.eq47c7wz/downtmp/build.ctx/src/.pc/0001-Replace-all-.search-calls-with-.overlap-in-tests-and.patch/tests/genomeintervaltree_test.py
which is not the same as the test file we want to collect:
/tmp/autopkgtest-lxc.eq47c7wz/downtmp/build.ctx/src/.pc/offline-test-data.patch/tests/genomeintervaltree_test.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules
=============================== warnings summary ===============================
/usr/lib/python3/dist-packages/sortedcontainers/sortedlist.py:20
/usr/lib/python3/dist-packages/sortedcontainers/sortedlist.py:20: DeprecationWarning: Using or importing the ABCs from "collections" instead of from "collections.abc" is deprecated, and in 3.8 it will stop working
from collections import Sequence, MutableSequence
/usr/lib/python3/dist-packages/sortedcontainers/sortedlist.py:20: DeprecationWarning: Using or importing the ABCs from "collections" instead of from "collections.abc" is deprecated, and in 3.8 it will stop working
from collections import Sequence, MutableSequence
/usr/lib/python3/dist-packages/sortedcontainers/sortedset.py:16
/usr/lib/python3/dist-packages/sortedcontainers/sortedset.py:16: DeprecationWarning: Using or importing the ABCs from "collections" instead of from "collections.abc" is deprecated, and in 3.8 it will stop working
from collections import MutableSet, Sequence, Set
/usr/lib/python3/dist-packages/sortedcontainers/sortedset.py:16: DeprecationWarning: Using or importing the ABCs from "collections" instead of from "collections.abc" is deprecated, and in 3.8 it will stop working
from collections import MutableSet, Sequence, Set
/usr/lib/python3/dist-packages/sortedcontainers/sorteddict.py:21
/usr/lib/python3/dist-packages/sortedcontainers/sorteddict.py:21: DeprecationWarning: Using or importing the ABCs from "collections" instead of from "collections.abc" is deprecated, and in 3.8 it will stop working
from collections import ItemsView, KeysView, ValuesView, Sequence
/usr/lib/python3/dist-packages/sortedcontainers/sorteddict.py:21: DeprecationWarning: Using or importing the ABCs from "collections" instead of from "collections.abc" is deprecated, and in 3.8 it will stop working
from collections import ItemsView, KeysView, ValuesView, Sequence
/usr/lib/python3/dist-packages/sortedcontainers/sorteddict.py:21: DeprecationWarning: Using or importing the ABCs from "collections" instead of from "collections.abc" is deprecated, and in 3.8 it will stop working
from collections import ItemsView, KeysView, ValuesView, Sequence
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
===================== 7 warnings, 1 error in 0.13 seconds ======================
I have no idea why the test is checking the dir .pc nor how to fix this.
Kind regards, Andreas.
The text was updated successfully, but these errors were encountered:
Hi,
thanks to the Debian Maintainer of intervaltree who submitted a patch we were able to adapt intervalltree-bio to the new interface of intervaltree. Unfortunately the test suite of intervaltree-bio is somehow inspecting also the quilt patch dir we are using in Debian for patches and is stumbling upon a file in the hidden directory .pc:
I have no idea why the test is checking the dir .pc nor how to fix this.
Kind regards, Andreas.
The text was updated successfully, but these errors were encountered: