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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Because of #5 I tried to run tox without this plugin first.
I get the following warnings:
WARNING:test command found but not installed in testenv
cmd: /home/omer/.local/share/virtualenvs/myproject--RkZn49j/bin/python
env: /home/omer/Documents/Projects/myproject/.tox/py36
Maybe you forgot to specify a dependency? See also the whitelist_externals envconfig setting.
py36 inst: /home/omer/Documents/Projects/myproject/.tox/dist/myproject-0.1.0.zip
WARNING:test command found but not installed in testenv
cmd: /home/omer/.local/share/virtualenvs/myproject--RkZn49j/bin/pip
env: /home/omer/Documents/Projects/myproject/.tox/py36
Maybe you forgot to specify a dependency? See also the whitelist_externals envconfig setting.
WARNING:test command found but not installed in testenv
cmd: /home/omer/.local/share/virtualenvs/myproject--RkZn49j/bin/pip
env: /home/omer/Documents/Projects/myproject/.tox/py36
Maybe you forgot to specify a dependency? See also the whitelist_externals envconfig setting.
Because of #5 I tried to run tox without this plugin first.
I get the following warnings:
After that, pytest runs normally.