#3043 closed enhancement (fixed)

whitelisting /bin/mv for codechecks

Reported by: hf Owned by:
Priority: normal Milestone: undecided
Component: unknown Version: 1.12.1
Keywords: Python3 Cc:
Launchpad Bug:

Description

Currently tox yields this warning:

WARNING: test command found but not installed in testenv
  cmd: /bin/mv
  env: /home/circleci/project/.tox/codechecks
Maybe you forgot to specify a dependency? See also the whitelist_externals envconfig setting.

DEPRECATION WARNING: this will be an error in tox 4 and above!

The command /bin/mv should be whitelisted to avoid (unnecessary) failing tests with tox 4.

Change History (3)

comment:1 Changed at 2019-05-30T19:11:58Z by hf

  • Resolution set to fixed
  • Status changed from new to closed

comment:2 Changed at 2019-05-30T19:12:10Z by hf

solved in PR 613

comment:3 Changed at 2019-05-30T19:15:27Z by hf

  • Keywords Python3 added
Note: See TracTickets for help on using tickets.