Skip to content

Commit

Permalink
alert to remove pyodbc from dev_requirements.txt, if using Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurcht committed Feb 12, 2024
1 parent a46b586 commit 7fadfff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#### Under the hood
* Switch dependency from dbt-sqlserver to dbt-fabric (per https://github.com/dbt-msft/dbt-sqlserver/issues/441)
* if Windows, remove `pyodbc==4.0.39 --no-binary :all:` in dev_requirements.txt

## v1.4.0

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyenv activate dbt-synapse
Install the development dependencies and pre-commit and get information about possible make commands:

```shell
make dev
make dev # if Windows, remove `pyodbc==4.0.39 --no-binary :all:` in dev_requirements.txt
make help
```

Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pre-commit==2.21.0;python_version<"3.8"
pre-commit==3.3.1;python_version>="3.8"
pytest-dotenv==0.5.2
dbt-tests-adapter~=1.4.9
pyodbc==4.0.39 --no-binary :all:
pyodbc==4.0.39 --no-binary :all: # if Windows, remove
aiohttp==3.8.3
azure-mgmt-synapse==2.0.0
flaky==3.7.0
Expand Down

0 comments on commit 7fadfff

Please sign in to comment.