Skip to content

Commit

Permalink
Merge pull request #112 from Cadair/fix_sdist
Browse files Browse the repository at this point in the history
Attempt to fix sdist
  • Loading branch information
Cadair authored Jan 7, 2021
2 parents 767e144 + f6b03a4 commit 7bb5d44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytest_mpl/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def compare_image_to_hash_library(self, item, fig, result_dir):

hash_library = self.load_hash_library(hash_library_filename)
hash_name = self.generate_test_name(item)

test_hash = self.generate_image_hash(item, fig)

if hash_name not in hash_library:
Expand Down
4 changes: 2 additions & 2 deletions tests/baseline/hashes/mpl33_ft261.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"test_pytest_mpl.test_parametrized[5]": "04c998af2d7932ca4a851d610e8a020d94a2f623d1301dbe9b59fe6efd28a5f7",
"test_pytest_mpl.test_parametrized[50]": "937d986ab6b209e7d48eb30cc30e9db62c93bbc4c86768e276a5b454e63bca93",
"test_pytest_mpl.test_parametrized[500]": "e39ed724b0762b8736879801e32dc0c1525afd03c0567a43b119435aaa608498",
"test_pytest_mpl.test_hash_succeeds": "cd01b7a39330033b18d54b507635236214cae5e24f9e09d84b56462a9ac81052"
}
"test_pytest_mpl.test_hash_succeeds": "4150d2d146801b5feb41ef6bd022d5baabf4811c7f2e9ed72b639e80904243e1"
}

0 comments on commit 7bb5d44

Please sign in to comment.