From 75bbce354605758854967200c14e6f36c20ce9ae Mon Sep 17 00:00:00 2001 From: odow Date: Tue, 7 Sep 2021 14:02:03 +1200 Subject: [PATCH] Updates --- Project.toml | 5 ++--- test/MOI_wrapper.jl | 3 --- test/runtests.jl | 5 ----- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Project.toml b/Project.toml index 3db8ee1..a3d5611 100644 --- a/Project.toml +++ b/Project.toml @@ -14,14 +14,13 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" BinaryProvider = "~0.5" CEnum = "0.3, 0.4" GLPK_jll = "=5.0.0" -MathOptInterface = "~0.9.19" +MathOptInterface = "~0.10.0" julia = "1" [extras] -Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Pkg", "Random", "SparseArrays", "Test"] +test = ["Random", "SparseArrays", "Test"] diff --git a/test/MOI_wrapper.jl b/test/MOI_wrapper.jl index f79fab0..783025a 100644 --- a/test/MOI_wrapper.jl +++ b/test/MOI_wrapper.jl @@ -33,9 +33,6 @@ function test_MOI_Test() exclude = [ # GLPK returns INVALID_MODEL instead of INFEASIBLE "test_constraint_ZeroOne_bounds_3", - # Upstream issue: https://github.com/jump-dev/MathOptInterface.jl/issues/1398#issuecomment-872633881 - "test_constraint_ConstraintDualStart", - "test_constraint_ConstraintPrimalStart", # Upstream issue: https://github.com/jump-dev/MathOptInterface.jl/issues/1431 "test_model_LowerBoundAlreadySet", "test_model_UpperBoundAlreadySet", diff --git a/test/runtests.jl b/test/runtests.jl index d480c28..d57199a 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,8 +1,3 @@ -if get(ENV, "GITHUB_ACTIONS", "") == "true" - import Pkg - Pkg.add(Pkg.PackageSpec(name = "MathOptInterface", rev = "master")) -end - using GLPK using Test