Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Warnings are emitted when running tox for the second time #6

@thedrow

Description

@thedrow

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.

After that, pytest runs normally.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions