Skip to content

Commit 7cf3af8

Browse files
committed
environment changes for prod
1 parent 1199887 commit 7cf3af8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,19 @@ dependencies:
1313
- jinja2
1414
- boto3
1515
- cryptography
16+
- pytest # Added directly as a conda package instead of pip package
1617
- pip:
1718
# Snowflake tools
1819
- snowflake-cli-labs
1920
- snowflake-connector-python>=3.0.0
2021
# Additional useful packages for data processing
2122
- pandas
2223
- numpy
23-
- pytest
24+
- pytest>=7.0.0 # Specify a version for consistency
2425
- python-dotenv
2526
- toml==0.10.2
2627
- typer==0.15.2
2728
- exceptiongroup>=1.2.2
2829
- iniconfig==2.0.0
2930
- tomli>=2.2.1
31+
- pytest-cov # Add coverage reporting capability

0 commit comments

Comments
 (0)