File: disable-tests-permission-denied

package info (click to toggle)
rust-sqlx 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,744 kB
  • sloc: sql: 335; python: 268; sh: 71; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 879 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Index: sqlx/Cargo.toml
===================================================================
--- sqlx.orig/Cargo.toml
+++ sqlx/Cargo.toml
@@ -99,23 +99,23 @@ name = "sqlite-sqlcipher"
 path = "tests/sqlite/sqlcipher.rs"
 required-features = ["sqlite"]
 
-[[test]]
-name = "sqlite-test-attr"
-path = "tests/sqlite/test-attr.rs"
-required-features = [
-    "sqlite",
-    "macros",
-    "migrate",
-]
+#[[test]]
+#name = "sqlite-test-attr"
+#path = "tests/sqlite/test-attr.rs"
+#required-features = [
+#    "sqlite",
+#    "macros",
+#    "migrate",
+#]
 
-[[test]]
-name = "sqlite-migrate"
-path = "tests/sqlite/migrate.rs"
-required-features = [
-    "sqlite",
-    "macros",
-    "migrate",
-]
+#[[test]]
+#name = "sqlite-migrate"
+#path = "tests/sqlite/migrate.rs"
+#required-features = [
+#    "sqlite",
+#    "macros",
+#    "migrate",
+#]
 
 [[test]]
 name = "sqlite-rustsec"