Skip to content

Commit eab8b46

Browse files
authored
Merge branch 'main' into nan_jump
2 parents bb86b19 + e478ab9 commit eab8b46

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ url = https://github.com/nschloe/tikzplotlib
88
project_urls =
99
Code=https://github.com/nschloe/tikzplotlib
1010
Issues=https://github.com/nschloe/tikzplotlib/issues
11+
Funding=https://github.com/sponsors/nschloe
1112
long_description = file: README.md
1213
long_description_content_type = text/markdown
1314
license = MIT

test/test_horizontal_alignment.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import numpy as np
21
import matplotlib.pyplot as plt
3-
2+
import numpy as np
43
from helpers import assert_equality
54

65

test/test_legend_best_location.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import matplotlib.pyplot as plt
22
import numpy as np
33
import pytest
4-
54
from helpers import assert_equality
65

76

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ deps =
88
pandas
99
pytest
1010
pytest-cov
11+
matplotlib == 3.3.4
1112
commands =
1213
pytest --cov {envsitepackagesdir}/tikzplotlib --cov-report xml --cov-report term

0 commit comments

Comments
 (0)