Skip to content

Commit 988d98b

Browse files
committed
drop inactive TableReader test
1 parent 6db5e1d commit 988d98b

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
2222
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
2323
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
2424
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
25-
TableReader = "70df011a-6618-58d7-8e16-3cf9e384cb47"
2625
Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"
2726
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2827

2928
[targets]
30-
test = ["Test", "Dates", "Distributed", "HTTP", "LinearAlgebra", "Mmap", "PyCall", "SHA", "SparseArrays", "Tensors", "TableReader", "DataFrames"]
29+
test = ["DataFrames", "Dates", "Distributed", "HTTP", "LinearAlgebra", "Mmap", "PyCall", "SHA", "SparseArrays", "Tensors", "Test"]

test/interpret.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -674,17 +674,6 @@ g(x) = f(x)
674674
f(x) = x*x
675675
@test (@interpret g(5)) == g(5)
676676

677-
# Regression test https://github.com/JuliaDebug/JuliaInterpreter.jl/issues/300
678-
module CSVTest
679-
using Test
680-
using JuliaInterpreter
681-
@static if sizeof(Int) == 8 && VERSION.minor < 3 # TableReader seems to not work on 32 bit or 1.4, 1.3
682-
using TableReader
683-
const myfile = "smallcsv.csv"
684-
@test (@interpret readcsv(myfile)) == readcsv(myfile)
685-
end
686-
end
687-
688677
# Regression test https://github.com/JuliaDebug/JuliaInterpreter.jl/issues/328
689678
module DataFramesTest
690679
using Test

test/smallcsv.csv

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)