Skip to content

Commit

Permalink
regenerate poetry test (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman authored Jun 9, 2023
1 parent d54738d commit d6a2abf
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/smoke-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,12 @@ output:
support_file: false
type: file
- content: |
# This file is automatically @generated by Poetry and should not be changed by hand.
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
[[package]]
name = "numpy"
version = "1.23.0"
description = "NumPy is the fundamental package for array computing with Python."
category = "main"
optional = false
python-versions = ">=3.8"
files = [
Expand Down Expand Up @@ -138,7 +137,6 @@ output:
name = "pyyaml"
version = "6.0"
description = "YAML parser and emitter for Python"
category = "main"
optional = false
python-versions = ">=3.6"
files = [
Expand Down Expand Up @@ -188,7 +186,6 @@ output:
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
files = [
Expand Down Expand Up @@ -281,13 +278,12 @@ output:
support_file: false
type: file
- content: |
# This file is automatically @generated by Poetry and should not be changed by hand.
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
[[package]]
name = "numpy"
version = "1.24.1"
description = "Fundamental package for array computing in Python"
category = "main"
optional = false
python-versions = ">=3.8"
files = [
Expand Down Expand Up @@ -325,7 +321,6 @@ output:
name = "pyyaml"
version = "6.0"
description = "YAML parser and emitter for Python"
category = "main"
optional = false
python-versions = ">=3.6"
files = [
Expand Down Expand Up @@ -375,7 +370,6 @@ output:
name = "toml"
version = "0.10.0"
description = "Python Library for Tom's Obvious, Minimal Language"
category = "main"
optional = false
python-versions = "*"
files = [
Expand Down

0 comments on commit d6a2abf

Please sign in to comment.