Commit 378208c
authored
Remove tests_isolated from default tests run with pytest (#1362)
* Remove tests_isolated from default tests run with pytest
This is to prevent pytest from running tests together which need to be isolated.
In the future we should try to fix these tests so they don't need to be run isolated from others.
* Updated CHANGELOG in preparation for a new release
While this bug won't impact cmd2 development itself, it will create chaos for consumers such as Linux distros trying to execute cmd2 tests when packaging it.1 parent 0b4e8b0 commit 378208c
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
0 commit comments