Commit 779352d
authored
fix: update python init templates dev dep on pytest to latest (#930)
Python templates started failing with:
```
ImportError: cannot import name 'Config' from 'pytest'
```
Updating to latest `pytest` dev-dep on local repro fixes this error.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license1 parent c0d5863 commit 779352d
File tree
2 files changed
+2
-2
lines changed- packages/aws-cdk/lib/init-templates
- app/python
- sample-app/python
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments