File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -59,27 +59,27 @@ clean:
5959.PHONY : clean
6060
6161test-dbt1.0 : .venv-dbt10/bin/python
62- .venv-dbt10/bin/python -m pytest tests
62+ .venv-dbt10/bin/python -m pytest tests/test_main.py
6363.PHONY : test-dbt1.0
6464
6565test-dbt1.1 : .venv-dbt11/bin/python
66- .venv-dbt11/bin/python -m pytest tests
66+ .venv-dbt11/bin/python -m pytest tests/test_main.py
6767.PHONY : test-dbt1.1
6868
6969test-dbt1.2 : .venv-dbt12/bin/python
70- .venv-dbt12/bin/python -m pytest tests
70+ .venv-dbt12/bin/python -m pytest tests/test_main.py
7171.PHONY : test-dbt1.2
7272
7373test-dbt1.3 : .venv-dbt13/bin/python
74- .venv-dbt13/bin/python -m pytest tests
74+ .venv-dbt13/bin/python -m pytest tests/test_main.py
7575.PHONY : test-dbt1.3
7676
7777test-dbt1.4 : .venv-dbt14/bin/python
78- .venv-dbt14/bin/python -m pytest tests
78+ .venv-dbt14/bin/python -m pytest tests/test_main.py
7979.PHONY : test-dbt1.4
8080
8181test-dbt1.5 : .venv-dbt15/bin/python
82- .venv-dbt15/bin/python -m pytest tests
82+ .venv-dbt15/bin/python -m pytest tests/test_main.py
8383.PHONY : test-dbt1.5
8484
8585test : test-dbt1.0 test-dbt1.1 test-dbt1.2 test-dbt1.3 test-dbt1.4 test-dbt1.5
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dbt-core-interface"
3- version = " 0.2.3 "
3+ version = " 0.2.4 "
44description = " Dbt Core Interface"
55authors = [" Alex Butler <butler.alex2010@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments