meejah
b51f144f87
another thing works
2020-04-18 01:52:17 -06:00
meejah
66c0c71a0d
a thing works
2020-04-18 01:52:17 -06:00
meejah
ace73a9215
whitespace
2020-04-18 01:52:17 -06:00
meejah
9e0e25cbed
WIP FIXME porting directory, need child_ refactor thing
2020-04-18 01:52:17 -06:00
meejah
fd4d2709a5
search-replace "n:" -> "t:"
2020-04-18 01:52:17 -06:00
Jean-Paul Calderone
e9ff5e864f
Merge pull request #703 from tahoe-lafs/3298.nixos-eliot-ci
...
Fix Eliot failures on NixOS CI job
Fixes: ticket:3298
2020-04-13 11:46:54 -04:00
Jean-Paul Calderone
694c020862
Merge pull request #702 from tahoe-lafs/3297.deprecations-ci
...
Fix deprecations CI job
Fixes: ticket:3297
2020-04-13 11:45:53 -04:00
Jean-Paul Calderone
8089f21b4e
Merge pull request #701 from tahoe-lafs/3296.centos-ci
...
Fix CentOS CI job
Fixes: ticket:3296
2020-04-13 11:44:18 -04:00
Jean-Paul Calderone
5ccc241990
no more libyaml-devel, maybe it was merged into libyaml
2020-04-13 11:04:11 -04:00
Jean-Paul Calderone
74f46b6686
this one renamed too
2020-04-13 11:04:11 -04:00
Jean-Paul Calderone
02ca2ad219
This package has been renamed
2020-04-13 11:04:10 -04:00
Jean-Paul Calderone
333ca2aa0a
news fragment
2020-04-13 11:01:33 -04:00
Jean-Paul Calderone
16d452b682
Skip another Eliot test
2020-04-13 11:01:21 -04:00
Jean-Paul Calderone
03dfb10863
news fragment
2020-04-13 10:37:24 -04:00
Jean-Paul Calderone
3c1bffdc9e
Don't install Twisted trunk@HEAD since it doesn't support Python 2
2020-04-13 10:36:54 -04:00
Jean-Paul Calderone
757dd61eb5
news fragment
2020-04-13 10:11:36 -04:00
Jean-Paul Calderone
37af15c245
Bump CentOS from 7 to 8 on CI
2020-04-13 10:09:25 -04:00
Jean-Paul Calderone
c4dac3eb31
Merge pull request #696 from sajith/3277.github-actions-for-ci
...
Use GitHub Actions for macOS and Windows CI
2020-04-13 10:05:47 -04:00
meejah
ac590762ba
Merge pull request #681 from meejah/release-prep
...
3275: run towncrier
2020-03-11 17:35:10 -06:00
meejah
241b5a3d36
use Tox to build NEWS
2020-03-11 10:54:21 -06:00
meejah
602c6d1811
news
2020-03-11 10:54:21 -06:00
meejah
3dd480fd82
tweak release HOWTO
2020-03-11 10:54:16 -06:00
Jean-Paul Calderone
df2144cc30
Merge pull request #697 from sajith/3285.integration-test-posargs
...
Pass arguments to py.test when running "tox -e integration"
Fixes: ticket:3285
2020-03-10 12:30:19 -04:00
Sajith Sasidharan
bcfd3a5eb8
Pass posargs to py.test when running integration tests
...
Running "tox -e integration" takes a while. It would be helpful to
run tests from just one file. With this change, we can do that, like
so:
$ tox -e integration -- integration/test_web.py
Or even just one test, like so:
$ tox -e integration -- integration/test_web.py::test_index
With this investigating failing integration tests will be a little
easier, hopefully.
Fixes: ticket:3285
2020-03-06 15:37:19 -05:00
Sajith Sasidharan
a38029f9db
Remove on.release
from workflow triggers
...
Per GitHub's documentation for on.release events, `on.release` event
will run our workflow any time the `release` event occurs, but it is
unclear if Tahoe will need this yet. Removing for now.
2020-03-06 14:13:05 -05:00
Sajith Sasidharan
c4061fffa0
Fearlessly use codecov.io token
2020-02-27 23:15:51 -05:00
Sajith Sasidharan
29947aad86
Don't run coverage tests on Ubuntu
2020-02-26 09:19:37 -05:00
Sajith Sasidharan
9752d6a2ff
Don't run tests periodically
...
While working on the PR, I never saw this actually working.
2020-02-26 09:15:02 -05:00
Sajith Sasidharan
2d0cf3d3c3
Upload integration.eliot.json if integration tests fail
2020-02-26 09:11:23 -05:00
Sajith Sasidharan
5ba0ba787f
Omit codechecks
2020-02-26 09:09:54 -05:00
Sajith Sasidharan
d996cc8d11
Fix a syntax error
...
Per GitHub, this is not fine:
- name: [Windows] Do stuff
run: ...
This is fine:
- name: Do stuff [Windows]
run: ...
2020-02-25 23:17:45 -05:00
Sajith Sasidharan
4924cd9c04
Run "tox -e pyinstaller" in a separate step
2020-02-25 23:10:26 -05:00
Sajith Sasidharan
383b102b78
Run integration tests
...
Run integration tests only on macOS for now, because on Windows and
Ubuntu integration tests get stuck and time out after six hours.
2020-02-25 23:05:03 -05:00
Sajith Sasidharan
1a4ae0fc81
Remove "tox -e py27"
...
Running "tox -e coverage" is sufficient.
2020-02-25 23:02:35 -05:00
Sajith Sasidharan
c535b83f06
Rename "test" to "coverage"
2020-02-25 23:02:02 -05:00
Sajith Sasidharan
77c6b39a70
Update a name
2020-02-25 23:01:29 -05:00
Sajith Sasidharan
afdfb48ee1
Run codechecks, but continue on error.
2020-02-25 22:59:04 -05:00
Sajith Sasidharan
5862e1bea3
Use GitHub Actions for CI.
...
Fixes: ticket:3277
2020-02-20 22:19:21 -05:00
Jean-Paul Calderone
4d3474a00c
Merge pull request #691 from tahoe-lafs/bdist-wheel-with-version
...
Automatically update the version with `bdist_wheel`
Fixes: ticket:3281
2020-02-11 13:56:00 -05:00
Jean-Paul Calderone
f032cd50d0
Merge pull request #678 from tahoe-lafs/2239.remove-tahoesvc-and-pkgresutil
...
Remove tahoesvc and pkgresutil
Fixes: ticket:2239
2020-02-11 13:29:46 -05:00
Jean-Paul Calderone
4bf096218f
Merge pull request #680 from tahoe-lafs/3274.skip-broken-eliot-test
...
Skip the broken eliot test on CI
Fixes: ticket:3274
2020-02-11 12:30:25 -05:00
meejah
a351b5a280
Merge pull request #692 from tahoe-lafs/3282.towncrier-issue-links
...
towncrier issue links
2020-02-07 09:11:37 -07:00
Jean-Paul Calderone
099d2b34a6
Fix the issue links
2020-02-07 09:27:02 -05:00
Jean-Paul Calderone
ac66007b94
news fragment
2020-02-07 09:26:18 -05:00
Jean-Paul Calderone
5d9df98c03
news fragment
2020-02-04 19:54:01 -05:00
Jean-Paul Calderone
d10a5be11d
make bdist_wheel update the version first
2020-02-04 19:50:03 -05:00
Jean-Paul Calderone
09f8fa174b
Merge pull request #688 from sajith/3279.remove-characteristic
...
Remove checks for old `characteristic` dependency
Fixes: ticket:3279
2020-01-27 15:24:09 -05:00
Sajith Sasidharan
2fd6d089a4
Add news fragment
2020-01-27 14:30:41 -05:00
Sajith Sasidharan
26c7282365
Remove characteristic
dependency
...
Fixes: ticket:3279
2020-01-27 13:44:28 -05:00
Jean-Paul Calderone
5bd84895fd
Merge pull request #685 from tahoe-lafs/2392.pywin32
...
Replace pypiwin32 with pywin32
Fixes: ticket:2392
2020-01-20 14:09:32 -05:00