this repo has no description

Add constraint `with-test` for ff-pbt in the OPAM definition of bls12-381.6.0.1

It is fixed here, but not in the release tag at
https://gitlab.com/nomadic-labs/crytography/ocaml-bls12-381.
There is therefore an inconsistency between the OPAM file definitions. As it is
not related to the code, I suggest to leave it like this.

See https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381/-/merge_requests/215
for the fix upstream.

Changed files
+2 -2
packages
bls12-381
bls12-381.6.0.1
+2 -2
packages/bls12-381/bls12-381.6.0.1/opam
···
"alcotest" {with-test}
"integers"
"integers_stubs_js" {with-test}
-
"ff-pbt" {>= "0.6.0" & < "0.7.0"}
+
"ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test}
"odoc" {with-doc}
]
conflicts: ["ocaml-option-bytecode-only"]
···
"sha512=f5395e1461cb5edba0e7072ca90c64bed50ae45b53fe76f4f071043f1b56f3967495c939757abe5307aa9d84b4bf33bd98e5a4c465016a42da4b4570d4503234"
]
}
-
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]
+
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]