Skip to content

Commit

Permalink
Update pytest to 7.2.0 (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
yalcinmelihyasin committed Oct 10, 2023
1 parent 7ee513c commit 95af8ad
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
astroid==2.11.7
attrs==22.2.0
dill==0.3.6
exceptiongroup==1.1.3
flake8==4.0.1
iniconfig==1.1.1
isort==5.11.4
lazy-object-proxy==1.8.0
mccabe==0.6.1
mypy==0.950
mypy-extensions==0.4.3
packaging==22.0
platformdirs==2.6.0
pluggy==1.0.0
pycodestyle==2.8.0
pyflakes==2.4.0
pylint==2.13.8
pytest==7.2.0
tomli==2.0.1
typing-extensions==4.4.0
wrapt==1.14.1
4 changes: 2 additions & 2 deletions tools/build/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
astroid==2.11.7
attrs==22.2.0
dill==0.3.6
exceptiongroup==1.1.3
flake8==4.0.1
iniconfig==1.1.1
isort==5.11.4
Expand All @@ -11,11 +12,10 @@ mypy-extensions==0.4.3
packaging==22.0
platformdirs==2.6.0
pluggy==1.0.0
py==1.11.0
pycodestyle==2.8.0
pyflakes==2.4.0
pylint==2.13.8
pytest==7.1.2
pytest==7.2.0
setuptools==65.5.1
tomli==2.0.1
typing-extensions==4.4.0
Expand Down
6 changes: 3 additions & 3 deletions vulkan_generator/DEVDOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ All the linting/testing tools should be able to installed via pip.
### Build target
`//vulkan_generator`

### Run target
### Run target
`//vulkan_generator:main`

### Lint target
Expand All @@ -48,7 +48,7 @@ This target includes linting.
If you would like to run tests in IDE or command line here is the testing tool and the version:

```
pytest==7.1.2
pytest==7.2.0
```

## Setup to run presubmit tests locally
Expand Down Expand Up @@ -121,5 +121,5 @@ every path should include the workspace directory as `tools/build/python` is rel

### Troubleshooting
VSCode is very slow to discover tests due to the project size(including rest of the AGI). You may need to disable go test discovery and even then
tests may not be able to discovered accordingly. You can try opening only the `vulkan_generator` folder for the tests or run them from the command line
tests may not be able to discovered accordingly. You can try opening only the `vulkan_generator` folder for the tests or run them from the command line
instead.

0 comments on commit 95af8ad

Please sign in to comment.