I can see that the gix-testtools crate is published on crates.io but it is never used in the other gix crates. The gix crates specify it as a path dependency. Is that intentional? I am asking this because I am packaging gix for fedora and some crates fail to build because their tests are failing. I could simply deactivate the tests, which will fix the build, but I dislike this option.
I can see that the
gix-testtoolscrate is published on crates.io but it is never used in the othergixcrates. Thegixcrates specify it as apath dependency. Is that intentional? I am asking this because I am packaginggixfor fedora and some crates fail to build because their tests are failing. I could simply deactivate the tests, which will fix the build, but I dislike this option.