Skip to content

Commit

Permalink
comment out lxml.html.clean import
Browse files Browse the repository at this point in the history
 lxml-html-clean dependency since it currently breaks tests due to being migrated to a separate module. We're not currently using it, so omitting the import is fine. Should its functionality be needed again, the conda package "lxml-html-clean" will need to be installed. See:
https://bugs.launchpad.net/lxml/+bug/1958539
psf/requests-html#558
  • Loading branch information
tomkinsc committed Aug 23, 2024
1 parent 2eead7b commit bdfe3eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/test_integration_kaiju.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import shutil
import tempfile

import lxml.html.clean
#import lxml.html.clean
import pytest
from Bio import SeqIO

Expand Down
2 changes: 1 addition & 1 deletion test/unit/test_integration_kraken2.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os.path
from os.path import join

import lxml.html.clean
#import lxml.html.clean
import pytest

import metagenomics
Expand Down

0 comments on commit bdfe3eb

Please sign in to comment.