summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-08-17 16:58:56 -0300
committerGitHub <noreply@github.com>2020-08-17 16:58:56 -0300
commitafa4760cb8859c6c24c92ee8458cce329edbc206 (patch)
treec16d12f4fce96eb6d9631f584ee33bd901263e82 /changelog
parent3f0abcc6a5e0ddf1c17d42125421c6816fcf3178 (diff)
parentb426bb3443b0895f8a84379ff4a9949330012d38 (diff)
downloadpytest-afa4760cb8859c6c24c92ee8458cce329edbc206.tar.gz
Merge pull request #7643 from nicoddemus/issue-7628
Diffstat (limited to 'changelog')
-rw-r--r--changelog/7628.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/7628.bugfix.rst b/changelog/7628.bugfix.rst
new file mode 100644
index 000000000..9f3480aaa
--- /dev/null
+++ b/changelog/7628.bugfix.rst
@@ -0,0 +1 @@
+Fix test collection when a full path without a drive letter was passed to pytest on Windows (for example ``\projects\tests\test.py`` instead of ``c:\projects\tests\pytest.py``).