We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1199887 commit 7cf3af8Copy full SHA for 7cf3af8
environment.yml
@@ -13,17 +13,19 @@ dependencies:
13
- jinja2
14
- boto3
15
- cryptography
16
+ - pytest # Added directly as a conda package instead of pip package
17
- pip:
18
# Snowflake tools
19
- snowflake-cli-labs
20
- snowflake-connector-python>=3.0.0
21
# Additional useful packages for data processing
22
- pandas
23
- numpy
- - pytest
24
+ - pytest>=7.0.0 # Specify a version for consistency
25
- python-dotenv
26
- toml==0.10.2
27
- typer==0.15.2
28
- exceptiongroup>=1.2.2
29
- iniconfig==2.0.0
30
- tomli>=2.2.1
31
+ - pytest-cov # Add coverage reporting capability
0 commit comments