Skip to content

Add workaround for running tox on Windows platforms#11188

Merged
fabaff merged 2 commits into
home-assistant:devfrom
veleek:fix-tox-windows
Dec 20, 2017
Merged

Add workaround for running tox on Windows platforms#11188
fabaff merged 2 commits into
home-assistant:devfrom
veleek:fix-tox-windows

Conversation

@veleek
Copy link
Copy Markdown
Contributor

@veleek veleek commented Dec 17, 2017

Description:

Running tox on Windows fails because the tox configuration uses basepython=python3 which doesn't exist on standard Python installations for Windows. This environment variable allows Windows users to easily specify and override for their system.

set PYTHON3_PATH=python 

or

$env:PYTHON3_PATH="python"

Copy link
Copy Markdown
Member

@fabaff fabaff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't test it on Windows but still works on Linux. 🐦

@fabaff fabaff merged commit 81f1a65 into home-assistant:dev Dec 20, 2017
pvizeli added a commit that referenced this pull request Dec 21, 2017
pvizeli added a commit that referenced this pull request Dec 21, 2017
* Revert "Adding MotionIP to BinarySensors for HMIP-SMI (#11268)"

This reverts commit c94cc34.

* Revert "Bugfix: 10509 - http is hard coded in plex sensor (#11072)"

This reverts commit 901d4b5.

* Revert "Fix handling zero values for state_on/state_off (#11264)"

This reverts commit 2e4e3a4.

* Revert "Fix inverted sensors on the concord232 binary sensor component (#11261)"

This reverts commit b866687.

* Revert "Proper Steam game names and small fixes (#11182)"

This reverts commit 7faa940.

* Revert "Bugfix homematic available modus (#11256)"

This reverts commit 1d57958.

* Revert "Fix detection of if a negative node is in use (#11255)"

This reverts commit b28bfad.

* Revert "added myself to become code owner for miflora and plant (#11251)"

This reverts commit e068204.

* Revert "Add workaround for running tox on Windows platforms (#11188)"

This reverts commit 81f1a65.

* Revert "Upgrade to new miflora version 0.2.0 (#11250)"

This reverts commit 8efc4b5.

* Revert "homematic: add username and password to interface config schema (#11214)"

This reverts commit b4e2537.

* Revert "Backup configuration files before overwriting (#11216)"

This reverts commit 90e25a6.
@balloob balloob mentioned this pull request Jan 11, 2018
@home-assistant home-assistant locked and limited conversation to collaborators Mar 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants