-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Comparing changes
Open a pull request
base repository: pytest-dev/pytest
base: 6.1.0
head repository: pytest-dev/pytest
compare: 6.1.1
- 7 commits
- 9 files changed
- 2 contributors
Commits on Sep 26, 2020
-
Merge pull request #7797 from pytest-dev/release-6.1.0
Prepare release 6.1.0
Configuration menu - View commit details
-
Copy full SHA for 08a1ab3 - Browse repository at this point
Copy the full SHA 08a1ab3View commit details
Commits on Sep 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 330caac - Browse repository at this point
Copy the full SHA 330caacView commit details
Commits on Sep 30, 2020
-
Merge pull request #7813 from bluetech/findpaths-confusion
findpaths: fix regression causing incorrect rootdir to be determined (cherry picked from commit b250c9d)
Configuration menu - View commit details
-
Copy full SHA for 0f83df4 - Browse repository at this point
Copy the full SHA 0f83df4View commit details -
Merge pull request #7822 from bluetech/backport-7813
[6.1.x] findpaths: fix regression causing incorrect rootdir to be determined
Configuration menu - View commit details
-
Copy full SHA for bcb94c4 - Browse repository at this point
Copy the full SHA bcb94c4View commit details
Commits on Oct 3, 2020
-
terminal: fix crash in header reporting when absolute testpaths is used
Regressed in 6.1.0 in 62e249a. The `x` is an `str` but is expected to be a `pathlib.Path`. Not caught by mypy because `config.getini()` returns `Any`. Fix by just removing the `bestrelpath` call: - testpaths are always relative to the rootdir, it thus would be very unusual to specify an absolute path there. - The code was wrong even before the regression: `py.path.local`'s `bestrelpath` function expects a `py.path.local`, not an `str`. But it had some weird `try ... except AttributeError` fallback which just returns the argument, i.e. it was a no-op. So there is no behavior change. - It seems reasonable to me to just print the full path if that's what the ini specifies. (cherry picked from commit 61f80a7)
Configuration menu - View commit details
-
Copy full SHA for 1521849 - Browse repository at this point
Copy the full SHA 1521849View commit details -
Merge pull request #7842 from bluetech/backport-7817
[6.1.x] terminal: fix crash in header reporting when absolute testpaths is used
Configuration menu - View commit details
-
Copy full SHA for 9df5267 - Browse repository at this point
Copy the full SHA 9df5267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad20b5 - Browse repository at this point
Copy the full SHA 0ad20b5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6.1.0...6.1.1