pytest-cmake 0.5.1__tar.gz → 0.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pytest_cmake-0.5.1 → pytest_cmake-0.5.2}/PKG-INFO +1 -1
- {pytest_cmake-0.5.1 → pytest_cmake-0.5.2}/cmake/FindPytest.cmake +2 -0
- {pytest_cmake-0.5.1 → pytest_cmake-0.5.2}/pyproject.toml +1 -1
- {pytest_cmake-0.5.1 → pytest_cmake-0.5.2}/setup.py +1 -1
- {pytest_cmake-0.5.1 → pytest_cmake-0.5.2}/.gitignore +0 -0
- {pytest_cmake-0.5.1 → pytest_cmake-0.5.2}/LICENSE +0 -0
- {pytest_cmake-0.5.1 → pytest_cmake-0.5.2}/README.md +0 -0
- {pytest_cmake-0.5.1 → pytest_cmake-0.5.2}/build_backend.py +0 -0
- {pytest_cmake-0.5.1 → pytest_cmake-0.5.2}/build_config.py +0 -0
- {pytest_cmake-0.5.1 → pytest_cmake-0.5.2}/cmake/PytestAddTests.cmake +0 -0
@@ -99,6 +99,8 @@ if (Pytest_FOUND AND NOT TARGET Pytest::Pytest)
|
|
99
99
|
set(_WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
100
100
|
endif()
|
101
101
|
|
102
|
+
get_filename_component(_WORKING_DIRECTORY "${_WORKING_DIRECTORY}" REALPATH)
|
103
|
+
|
102
104
|
# Override option by environment variable if available.
|
103
105
|
if (DEFINED ENV{BUNDLE_PYTHON_TESTS})
|
104
106
|
set(_BUNDLE_TESTS $ENV{BUNDLE_PYTHON_TESTS})
|
@@ -9,7 +9,7 @@ backend-path = ["."]
|
|
9
9
|
|
10
10
|
[project]
|
11
11
|
name = "pytest-cmake"
|
12
|
-
version = "0.5.
|
12
|
+
version = "0.5.2"
|
13
13
|
description = "Provide CMake module for Pytest"
|
14
14
|
readme = "README.md"
|
15
15
|
requires-python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|