Skip to content

Fix PyConf.test_diffopts_pkl test

Rosen Matev requested to merge fix-pkl-diff into master

Comparing to a reference pickle is very unstable as it refers to symbols such as Configurables that might disappear. This MR makes the test more stable by generating a pkl from another test.

Merge request reports