Skip to content

Commit 01e8e92

Browse files
committed
Do not use pub workspace for fake_async
1 parent 057fafd commit 01e8e92

File tree

3 files changed

+81
-84
lines changed

3 files changed

+81
-84
lines changed

.github/workflows/dart.yml

Lines changed: 79 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/fake_async/pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ description: >-
44
Fake asynchronous events such as timers and microtasks for deterministic
55
testing.
66
repository: https://github.com/dart-lang/test/tree/master/pkgs/fake_async
7-
resolution: workspace
8-
97
environment:
10-
sdk: ^3.5.0
8+
sdk: ^3.3.0
119

1210
dependencies:
1311
clock: ^1.1.0
1412
collection: ^1.15.0
1513

1614
dev_dependencies:
1715
async: ^2.5.0
18-
dart_flutter_team_lints: ^3.1.0
16+
dart_flutter_team_lints: ^2.0.0
1917
test: ^1.16.0

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ workspace:
77
- integration_tests/spawn_hybrid
88
- integration_tests/wasm
99
- pkgs/checks
10-
- pkgs/fake_async
1110
- pkgs/test
1211
- pkgs/test_api
1312
- pkgs/test_core

0 commit comments

Comments
 (0)