Skip to content

Commit 6aefdd6

Browse files
sfc-gh-stakedasfc-gh-abhatnagar
authored andcommitted
SNOW-132958 SNOW-104556 fixed merge conflict
1 parent be15c34 commit 6aefdd6

File tree

4 files changed

+12
-89
lines changed

4 files changed

+12
-89
lines changed

scripts/install.sh.rej

Lines changed: 0 additions & 11 deletions
This file was deleted.

setup.py.rej

Lines changed: 0 additions & 47 deletions
This file was deleted.

tox.ini

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist = fix_lint,
3-
py{35,36,37,38}{-pandas,},
3+
py{35,36,37}{-pandas,},
44
coverage
55

66
skipdist = true
@@ -64,3 +64,14 @@ extras = pandas, development
6464
usedevelop = True
6565
commands = python -m pip list --format=columns
6666
python -c "print(r'{envpython}')"
67+
68+
[pytest]
69+
addopts = -ra
70+
junit_family=legacy
71+
72+
[isort]
73+
multi_line_output = 3
74+
include_trailing_comma = True
75+
force_grid_wrap = 0
76+
line_length = 120
77+
known_third_party =conftest,mock,numpy,pandas,parameters,pytest,pytz,setuptools,six,snowflake,sqlalchemy

tox.ini.rej

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)