-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix of inability to function properly when the current dir didn't mat…
…ch rootdir. Bump to v2.0.2
- Loading branch information
Showing
3 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "pytest-testmon" | |
authors = [ | ||
{ name = "Tibor Arpas", email = "[email protected]" }, | ||
] | ||
version = "2.0.1" | ||
version = "2.0.2" | ||
description = "selects tests affected by changed files and methods" | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
|
@@ -60,8 +60,6 @@ exclude = ''' | |
) | ||
''' | ||
|
||
[project.scripts] | ||
tmnetc = "testmon.tmnetc:main" | ||
|
||
[project.entry-points.pytest11] | ||
pytest-testmon = "testmon.pytest_testmon" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters