Skip to content

Migrate away from py.path.local#8

Open
davidpcaldwell wants to merge 1 commit into
wayfair:mainfrom
davidpcaldwell:migrate-away-from-py-path-local
Open

Migrate away from py.path.local#8
davidpcaldwell wants to merge 1 commit into
wayfair:mainfrom
davidpcaldwell:migrate-away-from-py-path-local

Conversation

@davidpcaldwell
Copy link
Copy Markdown

@davidpcaldwell davidpcaldwell commented Jun 25, 2023

Pytest, when doing test discovery, issued the following error message:

The (fspath: py.path.local) argument to Feature is deprecated. Please use the (path: pathlib.Path) argument instead

This commit does that.

Pytest documentation on the change: https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path

Pytest, when doing test discovery, issued the following error message:

```
The (fspath: py.path.local) argument to Feature is deprecated. Please use the (path: pathlib.Path) argument instead
```

This commit does that.
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants