diff --git a/tests/versionClashes/aporiaScenario/aporiaScenario.nimble b/tests/versionClashes/aporiaScenario/aporiaScenario.nimble new file mode 100644 index 0000000..3be5bbc --- /dev/null +++ b/tests/versionClashes/aporiaScenario/aporiaScenario.nimble @@ -0,0 +1,13 @@ +# Package + +version = "0.1.0" +author = "Dominik Picheta" +description = " " +license = "MIT" + +# Dependencies + +requires "nim >= 0.15.2" +requires "https://github.com/nimble-test/packagea.git#head" +requires "https://github.com/nimble-test/packagea.git >= 0.5" + diff --git a/tests/versionClashes/readme.md b/tests/versionClashes/readme.md new file mode 100644 index 0000000..374f2b6 --- /dev/null +++ b/tests/versionClashes/readme.md @@ -0,0 +1,5 @@ +Tests to ensure that the following errors are correct. + +``` +Cannot satisfy dependency on gtk2 1.0 and gtk2 1.1 +``` \ No newline at end of file