Skip to content

Commit 7503bb5

Browse files
committed
docs: add section on how to show tox's installed packages locally
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
1 parent ce8d5a5 commit 7503bb5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

{{ cookiecutter.project_slug }}/DEVELOPMENT.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,15 @@ _or_
135135
$ *docker container prune*
136136
----
137137

138+
==== 🐛 Debugging installed package versions locally
139+
140+
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.
141+
For example:
142+
143+
----
144+
$ CI=true tox
145+
----
146+
138147

139148
[[development-container-extra]]
140149
=== 🧃 TIP: Containerized Ideal Development Environment

{{ cookiecutter.project_slug }}/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extend-ignore = E203
66

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

1212
skipsdist = true

0 commit comments

Comments
 (0)