We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_config_pickle_protocol
1 parent 2c2159f commit cffaf3dCopy full SHA for cffaf3d
tests/test_config/test_config.py
@@ -143,7 +143,7 @@ def test_config_not_found(tmp_path):
143
144
145
@pytest.mark.parametrize('protocol', list(range(pickle.HIGHEST_PROTOCOL)))
146
-def test_config_pickle_protocol(tmp_path, protocol: int):
+def test_config_pickle_protocol(protocol: int):
147
config = Config()
148
149
pickled_config = pickle.loads(pickle.dumps(config, protocol))
0 commit comments