Skip to content

Commit

Permalink
adds missing dependency lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Dec 24, 2020
1 parent e6b4d5f commit 8504cb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
@nox.session(venv_backend='conda',
python=os.environ.get('TRAVIS_PYTHON_VERSION', '3.8'))
def tests(session):
session.conda_install('lxml')

# if we remove the --editable flag pytest throws an error, because there
# are two copies of the pkg (src/ and site-packages/), this is a quick
# way to fix it
Expand Down

0 comments on commit 8504cb3

Please sign in to comment.