Skip to content

Commit

Permalink
docs: add section on how to show tox's installed packages locally
Browse files Browse the repository at this point in the history
tox-dev/tox#2794

i really like this feature in aid of debugging which part of a dependency is rotten when something suddenly without reason breaks
  • Loading branch information
JonasPammer committed May 6, 2023
1 parent ce8d5a5 commit 7503bb5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions {{ cookiecutter.project_slug }}/DEVELOPMENT.adoc
Expand Up @@ -135,6 +135,15 @@ _or_
$ *docker container prune*
----

==== 🐛 Debugging installed package versions locally

Although a standard feature in tox 3, this https://github.com/tox-dev/tox/pull/2794[now] only happens when tox recognizes the presence of a CI variable.
For example:

----
$ CI=true tox
----


[[development-container-extra]]
=== 🧃 TIP: Containerized Ideal Development Environment
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_slug }}/tox.ini
Expand Up @@ -6,7 +6,7 @@ extend-ignore = E203

### Ansible Testing through Molecule ###
[tox]
minversion = 3.21.4
minversion = 4.1.2
envlist = pre-commit,py{3}-ansible-{4,5,6}

skipsdist = true
Expand Down

0 comments on commit 7503bb5

Please sign in to comment.