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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pytest-cmake
3
- Version: 0.5.1
3
+ Version: 0.5.2
4
4
  Summary: Provide CMake module for Pytest
5
5
  Author-email: Jeremy Retailleau <jeremy.retailleau@gmail.com>
6
6
  License: MIT License
@@ -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.1"
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"
@@ -60,7 +60,7 @@ class CreateCmakeConfig(install):
60
60
 
61
61
  setup(
62
62
  name="pytest-cmake",
63
- version="0.5.1",
63
+ version="0.5.2",
64
64
  data_files=[
65
65
  (
66
66
  "share/Pytest/cmake",
File without changes
File without changes
File without changes