Skip to content

Commit 7bb5d44

Browse files
authored
Merge pull request #112 from Cadair/fix_sdist
Attempt to fix sdist
2 parents 767e144 + f6b03a4 commit 7bb5d44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pytest_mpl/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def compare_image_to_hash_library(self, item, fig, result_dir):
466466

467467
hash_library = self.load_hash_library(hash_library_filename)
468468
hash_name = self.generate_test_name(item)
469-
469+
470470
test_hash = self.generate_image_hash(item, fig)
471471

472472
if hash_name not in hash_library:

tests/baseline/hashes/mpl33_ft261.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"test_pytest_mpl.test_parametrized[5]": "04c998af2d7932ca4a851d610e8a020d94a2f623d1301dbe9b59fe6efd28a5f7",
1010
"test_pytest_mpl.test_parametrized[50]": "937d986ab6b209e7d48eb30cc30e9db62c93bbc4c86768e276a5b454e63bca93",
1111
"test_pytest_mpl.test_parametrized[500]": "e39ed724b0762b8736879801e32dc0c1525afd03c0567a43b119435aaa608498",
12-
"test_pytest_mpl.test_hash_succeeds": "cd01b7a39330033b18d54b507635236214cae5e24f9e09d84b56462a9ac81052"
13-
}
12+
"test_pytest_mpl.test_hash_succeeds": "4150d2d146801b5feb41ef6bd022d5baabf4811c7f2e9ed72b639e80904243e1"
13+
}

0 commit comments

Comments
 (0)